Request Handler
fun fun interface RequestHandler
Content copied to clipboard
A handler that modifies outgoing requests and optionally handles authentication on 401s.
Functions
canHandleAuthentication
Link copied to clipboard
handleAuthentication
Link copied to clipboard
open suspend fun handleAuthentication(client: HttpClient, url: URL, data: Any, options: <ERROR CLASS>): HttpResponse
Content copied to clipboard
prepareRequest
Link copied to clipboard
Inheritors
HeaderProvider
Link copied to clipboard
Sources
js source
Link copied to clipboard